The data was collected and generated by WHO and UNESCO from their public records on the number of people living with HIV/AIDS around the world. Devakumar cleaned that data from WHO and UNESCO and put the data into a CSV file that draws a focus on treatment statistics for those living with HIV/AIDS by country.There are 170 observations (rows) in the HIV/AIDS dataset and 10 features (columns) in the HIV/AIDS dataset. With this dataset we are going to try and view the extent of treatment coverage is for HIV/AIDS in countries globally, ART treatment’s impact on the number of people living with HIV, and compare the amount of people living with HIV by region.
## $num_countries_hiv
## [1] 138
##
## $num_countries_art
## [1] 136
##
## $max_cases_country
## [1] "South Africa"
##
## $max_cases
## [1] 7700000
##
## $min_coverage_prop_country
## [1] "Madagascar"
##
## $min_coverage_prop
## [1] 0.08974359
##
## $max_region_cov_prop_region
## [1] "Europe"
##
## $max_region_cov_prop
## [1] 0.7091416
##
## $min_region_cov_prop_region
## [1] "Eastern Mediterranean"
##
## $min_region_cov_prop
## [1] 0.198318
| WHO.Region | total_cases | total_coverage | coverage_prop |
|---|---|---|---|
| Europe | 1058900 | 750910 | 0.7091416 |
| Africa | 25557200 | 16299000 | 0.6377459 |
| Western Pacific | 594100 | 376100 | 0.6330584 |
| Americas | 2244100 | 1391900 | 0.6202487 |
| South-East Asia | 1408800 | 655980 | 0.4656303 |
| Eastern Mediterranean | 380500 | 75460 | 0.1983180 |